home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / pine3.07 / pico / README < prev    next >
Encoding:
Text File  |  1992-01-13  |  1.2 KB  |  27 lines

  1.  
  2.             PICO Source Code (Jan 1992)
  3.  
  4. This directory contains source code to build the Pine Mail System 
  5. composer and it's stand-alone version pico (short for PIne COmposer).
  6. To build, just use make -f with the Makefile specific to your system.
  7.  
  8. This source was derived, in very large part, from MicroEmacs version 3.6, 
  9. and still contains much of that source, although just about every function 
  10. was changed in some way or another.  Since pico is intended to be very 
  11. simple and easy to use, many of the functions from MicroEmacs have been 
  12. removed, though remnants remain.
  13.  
  14. The original MicroEmacs had functions neatly separated into modules that
  15. corresponded to the type of function.  Some of this neatness still remains, 
  16. but to minimize OS related #ifdef's we've further separated out those 
  17. functions and collected them into os_xxx.[ch].  It's hoped this will be an
  18. aid in porting.  Of course, due to the great job done by everyone thats 
  19. contributed to MicroEmacs, this is pretty much done for pico.  We've only
  20. included source here to the systems we've tested, though.
  21.  
  22. A general discussion of pine and pico, and how/why they're built is
  23. available in ../doc/tech-notes.  Pico's man page gives a brief overview 
  24. of it's features.
  25.  
  26. -mikes@cac.washington.edu
  27.